home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000089_news@newsmaster….columbia.edu _Wed Jan 14 07:05:20 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id HAA05079
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 14 Jan 1998 07:05:20 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id HAA09012
  7.     for kermit.misc@watsun; Wed, 14 Jan 1998 07:05:19 -0500 (EST)
  8. From: david2020@hotmail.com
  9. Subject: escape to command mode
  10. Date: Wed, 14 Jan 1998 06:02:37 -0600
  11. Message-ID: <884711083.816316424@dejanews.com>
  12. Newsgroups: comp.protocols.kermit.misc
  13. Organization: Deja News Posting Service
  14. Path: news.columbia.edu!panix!howland.erols.net!news.maxwell.syr.edu!nntp2.dejanews.com!grunt.dejanews.com!not-for-mail
  15. X-Article-Creation-Date: Tue Jan 13 17:04:43 1998 GMT
  16. X-Authenticated-Sender: david2020@hotmail.com
  17. X-Http-User-Agent: Mozilla/3.01Gold (Win95; U)
  18. X-Originating-IP-Addr: 192.128.52.109 (cbpxy0.att.com)
  19. Lines: 18
  20. Xref: news.columbia.edu comp.protocols.kermit.misc:8262
  21.  
  22. I'm writing a C-kermit script to run test calls (login, password, etc.)
  23.  
  24. I want to escape to the modem's command mode by using +++ to get some
  25. modem statistics (e.g. ATI6) while the connection is still up.
  26.  
  27. Any thoughts on how I would accomplish this using C-Kermit?
  28.  
  29. By the way,  I tried OUTPUT +++\13,  did not work.
  30.  
  31. or  OUTPUT \L
  32.     OUTPUT +++\13
  33.     OUTPUT \L;   did not work either.
  34.  
  35.  
  36. Thanks.
  37.  
  38. -------------------==== Posted via Deja News ====-----------------------
  39.       http://www.dejanews.com/     Search, Read, Post to Usenet